gdk: Remove unused GdkStatus enum
authorTimm Bäder <mail@baedert.org>
Fri, 12 Jan 2018 15:05:45 +0000 (16:05 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 12 Jan 2018 21:34:22 +0000 (22:34 +0100)
gdk/gdktypes.h

index 4351302c7fe852aa8582c9f302a1faee0844b625..6b2778373d89805f7e61816bbb67d90aba31b22c 100644 (file)
@@ -310,15 +310,6 @@ typedef enum
   GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK,
 } GdkModifierIntent;
 
-typedef enum
-{
-  GDK_OK          = 0,
-  GDK_ERROR       = -1,
-  GDK_ERROR_PARAM = -2,
-  GDK_ERROR_FILE  = -3,
-  GDK_ERROR_MEM   = -4
-} GdkStatus;
-
 /**
  * GdkGrabStatus:
  * @GDK_GRAB_SUCCESS: the resource was successfully grabbed.